projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbbab82
)
* lisp/textmodes/bibtex.el: Fix bug#41285 (paren typo)
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 16 May 2020 13:08:14 +0000
(09:08 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 16 May 2020 13:08:27 +0000
(09:08 -0400)
lisp/textmodes/bibtex.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/bibtex.el
b/lisp/textmodes/bibtex.el
index fa82227f36cf89f9dac9b476526177960846d7ab..4712f314080270d7f214ed37e6c15deaa370720c 100644
(file)
--- a/
lisp/textmodes/bibtex.el
+++ b/
lisp/textmodes/bibtex.el
@@
-3559,9
+3559,9
@@
LOCAL is t for interactive calls."
(lambda ()
(:documentation
(format "Insert a template for a @%s entry; see also `bibtex-entry'."
- entry)
-
(interactive "*")
-
(bibtex-entry entry)
))))
+ entry)
)
+ (interactive "*")
+
(bibtex-entry entry
))))
;; Menu entries
(define-key menu-map (vector fname)
`(menu-item ,(or (nth 1 elt) (car elt)) ,fname))))